-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support for RenderTargetBitmap, BitmapEncoder, SoftwareBitmap #7830
feat: Support for RenderTargetBitmap, BitmapEncoder, SoftwareBitmap #7830
Conversation
Very nice! You'll need to add Also, can you add runtime tests to validate the behavior for these newly implemented classes ? |
6f83fc0
to
82ef727
Compare
src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Shapes/Basic_Shapes.xaml.cs
Outdated
Show resolved
Hide resolved
82ef727
to
a4655ed
Compare
366c760
to
a6e961a
Compare
|
For this situation, it's an acceptable breaking change and you can add the missing members, see this documentation. |
dc2be17
to
702fb13
Compare
Very nice updates! One last thing, can you add a runtime test which validates that the |
0f4e849
to
e8dd7d3
Compare
e8dd7d3
to
f2db194
Compare
src/SamplesApp/SamplesApp.UITests/Windows_UI_Xaml_Shapes/Basics_Shapes_Tests.cs
Show resolved
Hide resolved
2ae122a
to
3339b84
Compare
3339b84
to
8a531de
Compare
595ee25
to
7b202db
Compare
@workgroupengineering What is the state of this one, can be merged when the build passes? 😊 |
WASM is not implemented, but I don't have the skills to do it. |
24bc2cd
to
2736374
Compare
@workgroupengineering so can merge 🚀 ? |
|
And merged!!! 🥳🥳🥳🥳🥳 |
Awesome work! And thanks for the macOS runtime and snapshot tests! Now we just need to fix the failing runtime tests there and we will have much better coverage! |
GitHub Issue (If applicable): closes #
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):